home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / INTERNET / ACORNET / FREENET-STACK / ACRNET22 / !AcornetF / !Run < prev    next >
Text File  |  1996-10-12  |  707b  |  21 lines

  1. | set directory
  2. Set Acornet$Dir <Obey$Dir>
  3. Set Acornet$Path <Acornet$Dir>.
  4. | set sprites
  5. IconSprites <Acornet$Dir>.!Sprites
  6.  
  7. | Ensure all resources and applications booted in the right place
  8. Set AcornetBoot$Path Acornet:ChLib.,Acornet:AppLib.
  9. WimpSlot -min 64K -max 64K
  10. Run Acornet:BootApps
  11.  
  12. | Normally we want to start !SLIPdial
  13. Set Alias$RunAcornet Run Acornet:Utils.!SLIPdial -task FreeSLIP -file Acornet:Utils.!Slipdial.Scripts.Acornet.Acornet
  14. | But have we been configured yet?
  15. Exist Acornet:Resources.!FreeUser.Files.SLIPinfo
  16. | If not, then launch the Config app straight away
  17. If "<Exist$Flag>"<>"File" Then Set Alias$RunAcornet Run Acornet:Utils.!NetConfig
  18.  
  19. | Run whichever is appropriate
  20. RunAcornet
  21.